Skip to content

ci: migrate CI to GitHub Actions #352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 52 commits into from
Jul 3, 2025
Merged

ci: migrate CI to GitHub Actions #352

merged 52 commits into from
Jul 3, 2025

Conversation

TartanLeGrand
Copy link
Contributor

@TartanLeGrand TartanLeGrand commented Apr 1, 2025

This pull request introduces a new GitHub Actions workflow to automate testing and code quality checks for the SDK. The workflow is triggered on pull requests and includes steps for dependency installation, environment preparation, building, formatting, linting, testing, and running SonarScanner for code quality analysis.

New GitHub Actions workflow:

  • .github/workflows/test.yml: Added a new workflow named "Test SDK" that runs on ubuntu-latest. It includes steps to:
    • Set up Node.js 18 and install dependencies.
    • Prepare a local test stack environment and build the project.
    • Check code formatting, lint the code, and run tests after installing global dependencies.
    • Perform code quality analysis using SonarScanner with relevant secrets and variables.

@TartanLeGrand TartanLeGrand marked this pull request as draft April 1, 2025 12:03
@TartanLeGrand TartanLeGrand marked this pull request as ready for review April 22, 2025 05:21
Copy link

github-actions bot commented Jul 2, 2025

🐳 Hadolint Dockerfile Lint Results

Click to expand detailed results
Dockerfile:18 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
Dockerfile:19 DL3016 warning: Pin versions in npm. Instead of `npm install <package>` use `npm install <package>@<version>`
Dockerfile:19 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.

Copy link

sonarqubecloud bot commented Jul 3, 2025

@PierreJeanjacquot PierreJeanjacquot merged commit 46ea986 into master Jul 3, 2025
10 checks passed
@PierreJeanjacquot PierreJeanjacquot deleted the ci/add-gha branch July 3, 2025 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants